internal/strconv.decimal.set (method)

3 uses

	internal/strconv (current package)
		atof.go#L69: func (b *decimal) set(s string) (ok bool) {
		atof.go#L603: 	if !d.set(s[:n]) {
		atof.go#L654: 	if !d.set(s[:n]) {